home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CinE CD 6
/
CinE CD ROM 06.iso
/
mac
/
Shared.Cst
/
00107_Script_107
< prev
next >
Wrap
Text File
|
1996-06-22
|
665b
|
25 lines
on highlight spritenum, script_to_execute
set actor = the mousecast
set flag = 0
set the castnum of sprite spritenum = actor + 1
updatestage
repeat while rollover (spritenum)
if the mousedown then
--set the castnum of sprite spritenum = actor + 2
--updatestage
repeat while the mousedown
if not rollover (spritenum) then exit repeat
end repeat
if rollover (spritenum) then
set flag = 1
puppetsound "Single Click"
end if
exit repeat
end if
end repeat
set the castnum of sprite spritenum = actor
updatestage
if flag then do script_to_execute
end